home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / WSELPRN.DFM / WSELPRN.txt
Text File  |  1995-11-12  |  2KB  |  102 lines

  1. object newprinter: Tnewprinter
  2.   Left = 53
  3.   Top = 126
  4.   Width = 509
  5.   Height = 201
  6.   Caption = 'Select Printing Destination'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 292
  20.     Top = 8
  21.     Width = 101
  22.     Height = 16
  23.     Caption = 'Attached Queue'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 24
  27.     Top = 8
  28.     Width = 129
  29.     Height = 16
  30.     Caption = 'Select Printer Name'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 216
  34.     Top = 8
  35.     Width = 26
  36.     Height = 16
  37.     Caption = 'Port'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 140
  41.     Top = 64
  42.     Width = 277
  43.     Height = 16
  44.     Caption = 'Available Printer Queues For Above Printer'
  45.   end
  46.   object Button1: TButton
  47.     Left = 400
  48.     Top = 132
  49.     Width = 89
  50.     Height = 33
  51.     Caption = '&Close'
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object CheckBox1: TCheckBox
  56.     Left = 44
  57.     Top = 132
  58.     Width = 305
  59.     Height = 29
  60.     Caption = 'Preview Reports Before Printing'
  61.     Font.Color = clBlack
  62.     Font.Height = -19
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 1
  67.     OnClick = CheckBox1Click
  68.   end
  69.   object prnlist: TComboBox
  70.     Left = 16
  71.     Top = 28
  72.     Width = 473
  73.     Height = 24
  74.     Style = csDropDownList
  75.     Color = clNavy
  76.     Font.Color = clWhite
  77.     Font.Height = -13
  78.     Font.Name = 'Courier New'
  79.     Font.Style = []
  80.     ItemHeight = 16
  81.     ParentFont = False
  82.     TabOrder = 2
  83.     OnClick = prnlistClick
  84.   end
  85.   object qlist: TComboBox
  86.     Left = 66
  87.     Top = 84
  88.     Width = 425
  89.     Height = 24
  90.     Style = csDropDownList
  91.     Color = clNavy
  92.     Font.Color = clWhite
  93.     Font.Height = -13
  94.     Font.Name = 'Courier New'
  95.     Font.Style = []
  96.     ItemHeight = 16
  97.     ParentFont = False
  98.     TabOrder = 3
  99.     OnClick = qlistClick
  100.   end
  101. end
  102.